projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
20f0de7
)
Load cus-start.
author
Richard M. Stallman
<rms@gnu.org>
Sat, 12 Apr 1997 20:30:17 +0000
(20:30 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sat, 12 Apr 1997 20:30:17 +0000
(20:30 +0000)
Don't insist that bindings.el not be compiled.
lisp/loadup.el
patch
|
blob
|
history
diff --git
a/lisp/loadup.el
b/lisp/loadup.el
index 38089b519c9269dda042a9cdce69da91e466b099..1a99670ed4d5bdd716e68b3bee77eea5e5910028 100644
(file)
--- a/
lisp/loadup.el
+++ b/
lisp/loadup.el
@@
-46,8
+46,9
@@
(load "widget")
(garbage-collect)
(load "custom")
+(load "cus-start")
(garbage-collect)
-(load "bindings
.el") ;Don't get confused if someone compiled this by mistake.
+(load "bindings
")
(garbage-collect)
(load "loaddefs.el") ;Don't get confused if someone compiled this by mistake.
(garbage-collect)